Uses of Interface
com.cisco.pt.ipc.sim.NFExporter
Packages that use NFExporter
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of NFExporter in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc that return NFExporterModifier and TypeMethodDescriptionIPCFactory.createNFExporter(NFExporterManager nFExporterManager, String exporterName) IPCFactory.getExporterAt(FlowMonitor flowMonitor, int index) IPCFactory.getNFExporterAt(NFExporterManager nFExporterManager, int index) IPCFactory.getNFExporterByIpAndPort(NFExporterManager nFExporterManager, IPAddress ipAddr, int udpPort) IPCFactory.getNFExporterByName(NFExporterManager nFExporterManager, String name) Methods in com.cisco.pt.ipc with parameters of type NFExporterModifier and TypeMethodDescriptionIPCFactory.createFrameInstance(NFExporter nFExporter) IPCFactory.getSrcPort(NFExporter nFExporter) -
Uses of NFExporter in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return NFExporterModifier and TypeMethodDescriptionNFExporterManager.createNFExporter(String exporterName) Information provided by the PKI file:FlowMonitor.getExporterAt(int index) Information provided by the PKI file:NFExporterManager.getNFExporterAt(int index) Information provided by the PKI file:NFExporterManager.getNFExporterByIpAndPort(IPAddress ipAddr, int udpPort) Information provided by the PKI file:NFExporterManager.getNFExporterByName(String name) Information provided by the PKI file: -
Uses of NFExporter in com.cisco.pt.ipc.sim.impl
Classes in com.cisco.pt.ipc.sim.impl that implement NFExporterMethods in com.cisco.pt.ipc.sim.impl that return NFExporterModifier and TypeMethodDescriptionNFExporterManagerImpl.createNFExporter(String exporterName) Information provided by the PKI file:FlowMonitorImpl.getExporterAt(int index) Information provided by the PKI file:NFExporterManagerImpl.getNFExporterAt(int index) Information provided by the PKI file:NFExporterManagerImpl.getNFExporterByIpAndPort(IPAddress ipAddr, int udpPort) Information provided by the PKI file:NFExporterManagerImpl.getNFExporterByName(String name) Information provided by the PKI file: